Laravel Pro Tips
#routes #controllers #route groups
🔥 #Laravel Tip: If you’ve got a controller with a lot of methods in it, consider using route controller groups (new in V9) to save yourself some unnecessary typing.
Matt Kingshott
💡Since #Laravel 8 you can group routes by Controller. It's very useful if you don't need every route for a resource just a few:
Martin Joo
No articles were found.